home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 6-Apple⁄DEC Alliance / Solutions & Networking Guide / Macintosh Networking Guide / Macintosh Networking Guide / card_4620.txt < prev    next >
Text File  |  1990-04-17  |  8KB  |  385 lines

  1. -- card: 4620 from stack: in
  2. -- bmap block id: 7419
  3. -- flags: 0000
  4. -- background id: 18894
  5. -- name: Room
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global env
  9.   put env into cd fld "CPU"
  10.   put "Application Level" into fld "Floorname"
  11.   put env && "Solution Room" & return & "click on the Macintosh" into fld "Tell"
  12.   pass openCard
  13. end openCard
  14.  
  15. on mouseEnter
  16.   global env
  17.   put env && "Applications Room" & return & "click on the Macintosh screen" into fld "Tell"
  18. end mouseEnter
  19.  
  20.  
  21.  
  22. -- part 1 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=0 top=25 right=303 bottom=35
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Exit Applications room
  34. ----- HyperTalk script -----
  35. On mouseDown
  36.   Global ClickSND
  37.   play ClickSND
  38. End mouseDown
  39.  
  40. on mouseUp
  41.   global env,hall,sol,currentfloor,lastRoom
  42.   set cursor to busy
  43.   put "3  Applications" into currentfloor
  44.   put env && sol into lastRoom
  45.   put empty into sol
  46.   set lockscreen to true
  47.   put "Main Hallway" into bkgnd fld "FloorName"
  48.   go to cd "Hallway1"
  49.   unlock screen with dissolve
  50. end mouseUp
  51.  
  52. on mouseEnter
  53.   put "Exit to Hallway Button" & return & "click to go to the hallway" into fld "Tell"
  54.   changeCurs 6069
  55. end mouseEnter
  56.  
  57. on mouseLeave
  58.   changeCurs 69
  59.   put empty into fld "Tell"
  60. end mouseleave
  61.  
  62.  
  63.  
  64. -- part 7 (field)
  65. -- low flags: 01
  66. -- high flags: 0000
  67. -- rect: left=401 top=143 right=176 bottom=457
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 9
  73. -- style flags: 10240
  74. -- line height: 12
  75. -- part name: CPU
  76.  
  77.  
  78. -- part 30 (field)
  79. -- low flags: 81
  80. -- high flags: 2000
  81. -- rect: left=132 top=67 right=176 bottom=357
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 12
  86. -- text size: 12
  87. -- style flags: 8192
  88. -- line height: 13
  89. -- part name: Explainer
  90.  
  91.  
  92. -- part 69 (button)
  93. -- low flags: 00
  94. -- high flags: A000
  95. -- rect: left=68 top=195 right=209 bottom=128
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 242
  100. -- text size: 9
  101. -- style flags: 0
  102. -- line height: 12
  103. -- part name: products
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   global Help
  107.   if Help then exit mouseUp
  108.   send mouseUp to btn "Macintosh"
  109. end mouseUp
  110.  
  111. on mouseEnter
  112.   global Help
  113.   if Help then
  114.     put "Products Button" & return & return & "Click the Macintosh screen to go to the Products screen" && "and select a product." into field explainer
  115.   else
  116.     ChangeCurs 6069
  117.     put "Products Button" & return & "click to choose product" into fld "Tell"
  118.   end if
  119. end mouseEnter
  120.  
  121. on mouseLeave
  122.   global Help
  123.   if help then
  124.   else
  125.     changeCurs 69
  126.     put empty into fld "Tell"
  127.   end if
  128. end mouseleave
  129.  
  130. On mouseDown
  131.   Global ClickSND
  132.   play ClickSND
  133. End mouseDown
  134.  
  135.  
  136. -- part 70 (button)
  137. -- low flags: 00
  138. -- high flags: A000
  139. -- rect: left=401 top=198 right=210 bottom=452
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 0
  143. -- font id: 242
  144. -- text size: 9
  145. -- style flags: 0
  146. -- line height: 12
  147. -- part name: products
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   global Help
  151.   if Help then exit mouseUp
  152.   send mouseUp to btn "CPU"
  153. end mouseUp
  154.  
  155. on mouseEnter
  156.   global Help
  157.   if Help then
  158.     put "Products Button" & return & return & "Click the Macintosh screen to go to the Products screen" && "and select a product." into field explainer
  159.   else
  160.     ChangeCurs 6069
  161.     put "Products Button" & return & "click to choose product" into fld "Tell"
  162.   end if
  163. end mouseEnter
  164.  
  165. on mouseLeave
  166.   global Help
  167.   if help then
  168.   else
  169.     changeCurs 69
  170.     put empty into fld "Tell"
  171.   end if
  172. end mouseleave
  173.  
  174. On mouseDown
  175.   Global ClickSND
  176.   play ClickSND
  177. End mouseDown
  178.  
  179.  
  180. -- part 10 (button)
  181. -- low flags: 00
  182. -- high flags: 0000
  183. -- rect: left=61 top=129 right=209 bottom=149
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 1
  187. -- font id: 0
  188. -- text size: 12
  189. -- style flags: 0
  190. -- line height: 16
  191. -- part name: Macintosh
  192. ----- HyperTalk script -----
  193. on mouseEnter
  194.   changeCurs 6069
  195.   put "Macintosh Screen" & return & "click to configure" into fld "Tell"
  196. end mouseEnter
  197.  
  198. on mouseLeave
  199.   changeCurs 69
  200.   put empty into fld "Tell"
  201. end mouseleave
  202.  
  203. On mouseDown
  204.   Global ClickSND
  205.   play ClickSND
  206. End mouseDown
  207.  
  208. on mouseUp
  209.   global env,sol,lastRoom
  210.   put env && sol into lastRoom
  211.   set lockscreen to true
  212.   set cursor to busy
  213.   get the loc of me
  214.   put it into MLoc
  215.   Put "Zoomer " & MLoc & "," & MLoc & "," & "254,151,278,166" into Zoomy
  216.   do Zoomy
  217.   Zoomer 254,151,278,166,8,4,507,336
  218.   put empty into fld "Prodname"
  219.   put empty into fld "Prodname2"
  220.   put empty into fld "Side1"
  221.   put empty into fld "Side2"
  222.   put empty into fld "ProdnameUp"
  223.   put empty into fld "ProdnameUp2"
  224.   put empty into fld "Network"
  225.   put empty into fld "click"
  226.   put empty into fld "click2"
  227.   put empty into prodname2
  228.   put empty into reads2
  229.   put empty into writes2
  230.   put empty into network2
  231.   put empty into sideone
  232.   put empty into common
  233.   --unlock screen with dissolve
  234.   --set lockscreen to true
  235.   push card
  236.   go to cd "White"
  237.   go to cd "MacCloseUp"
  238.   unlock screen with dissolve
  239. end mouseUp
  240.  
  241.  
  242.  
  243.  
  244. -- part 11 (button)
  245. -- low flags: 00
  246. -- high flags: 0000
  247. -- rect: left=345 top=123 right=213 bottom=485
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: CPU
  256. ----- HyperTalk script -----
  257. on mouseEnter
  258.   changeCurs 6069
  259.   put "Host Monitor" & return & "click to choose products" into fld "Tell"
  260. end mouseEnter
  261.  
  262. on mouseLeave
  263.   changeCurs 69
  264.   put empty into fld "Tell"
  265. end mouseleave
  266.  
  267. On mouseDown
  268.   Global ClickSND
  269.   play ClickSND
  270. End mouseDown
  271.  
  272. on mouseUp
  273.   global env,sol,lastRoom
  274.   put env && sol into lastRoom
  275.   extractHost
  276.   set cursor to busy
  277.   set lockscreen to true
  278.   get the loc of me
  279.   put it into MLoc
  280.   Put "Zoomer " & MLoc & "," & MLoc & "," & "254,151,278,166" into Zoomy
  281.   do Zoomy
  282.   Zoomer 254,151,278,166,8,4,507,336
  283.   put empty into fld "Prodname"
  284.   put empty into fld "Prodname2"
  285.   put empty into fld "Side1"
  286.   put empty into fld "Side2"
  287.   put empty into fld "ProdnameUp"
  288.   put empty into fld "ProdnameUp2"
  289.   put empty into fld "Network"
  290.   put empty into fld "click"
  291.   put empty into fld "click2"
  292.   put empty into prodname2
  293.   put empty into reads2
  294.   put empty into writes2
  295.   put empty into network2
  296.   put empty into sideone
  297.   put empty into common
  298.   push card
  299.   go to cd "TerminalCloseUp"
  300.   unlock screen with dissolve
  301. end mouseUp
  302.  
  303.  
  304.  
  305. -- part 75 (button)
  306. -- low flags: 00
  307. -- high flags: 0000
  308. -- rect: left=213 top=217 right=241 bottom=247
  309. -- title width / last selected line: 0
  310. -- icon id / first selected line: 2439 / 2439
  311. -- text alignment: 1
  312. -- font id: 0
  313. -- text size: 12
  314. -- style flags: 0
  315. -- line height: 16
  316. -- part name: wire1
  317. ----- HyperTalk script -----
  318. on mouseUp
  319.   send mouseUp to cd btn "Macintosh"
  320. end mouseUp
  321.  
  322. On mouseDown
  323.   Global ClickSND
  324.   play ClickSND
  325. End mouseDown
  326.  
  327. on mouseEnter
  328.   changeCurs 6069
  329.   put "Connectivity Connection" & return & "click to select choice" into fld "Tell"
  330. end mouseEnter
  331.  
  332. on mouseLeave
  333.   changeCurs 69
  334.   put empty into fld "Tell"
  335. end mouseleave
  336.  
  337.  
  338.  
  339.  
  340. -- part 76 (button)
  341. -- low flags: 00
  342. -- high flags: 0000
  343. -- rect: left=245 top=217 right=241 bottom=279
  344. -- title width / last selected line: 0
  345. -- icon id / first selected line: 2439 / 2439
  346. -- text alignment: 1
  347. -- font id: 0
  348. -- text size: 12
  349. -- style flags: 0
  350. -- line height: 16
  351. -- part name: Wire2
  352. ----- HyperTalk script -----
  353. on mouseUp
  354.   send mouseUp to cd btn "CPU"
  355. end mouseUp
  356.  
  357. On mouseDown
  358.   Global ClickSND
  359.   play ClickSND
  360. End mouseDown
  361.  
  362. on mouseEnter
  363.   changeCurs 6069
  364.   put "Connectivity Connection" & return & "click to select choice" into fld "Tell"
  365. end mouseEnter
  366.  
  367. on mouseLeave
  368.   changeCurs 69
  369.   put empty into fld "Tell"
  370. end mouseleave
  371.  
  372.  
  373.  
  374.  
  375. -- part contents for background part 68
  376. ----- text -----
  377. Application Level
  378.  
  379. -- part contents for background part 41
  380. ----- text -----
  381. Macintosh to Digital Office¬†Productivity Room
  382.  
  383. -- part contents for card part 7
  384. ----- text -----
  385. Digital